From: Gabriel Wicke Date: Tue, 1 Jun 2004 20:34:32 +0000 (+0000) Subject: better undelete tab wording X-Git-Tag: 1.5.0alpha1~3089 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=aa5137c826be0dc3c45b9e7b7484c59159518fb2;p=lhc%2Fweb%2Fwiklou.git better undelete tab wording --- diff --git a/languages/Language.php b/languages/Language.php index e301c40602..7e6ea7a9d9 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -463,7 +463,7 @@ and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] f "editthispage" => "Edit this page", 'delete' => 'Delete', "deletethispage" => "Delete this page", -"undelete_short" => "Undelete", +"undelete_short" => "Undelete $1 edits", 'protect' => 'Protect', "protectthispage" => "Protect this page", 'unprotect' => 'Unprotect', @@ -1505,7 +1505,7 @@ amusement.", 'tooltip-history' => 'Past versions of this page, [alt-h]', 'tooltip-protect' => 'Protect this page [alt-=]', 'tooltip-delete' => 'Delete this page [alt-d]', -'tooltip-undelete' => "Restore $1 deleted edits to this page [alt-d]", +'tooltip-undelete' => "Restore the $1 edits done to this page before it was deleted [alt-d]", 'tooltip-move' => 'Move this page [alt-m]', 'tooltip-nomove' => 'You don\'t have the permissions to move this page', 'tooltip-watch' => 'Add this page to your watchlist [alt-w]',